<BDO>
Each language has an inherent directionality, detected by the browser's bidirectional algorithm. This algorithm and the dir attribute generally suffice to manage embedded direction changes. In those situations where the bidirectional algorithm results in incorrect presentation the BDO element allows authors to turn off the bidirectional algorithm for selected fragments of text.
So far only Internet Explorer 5 supports this tag. Possible attributes are:
DIR=ltr|rtl - Required; specifies the base direction of the element's text content:LANG=ISO language code
- LTR: Left-to-right text
- RTL: Right-to-left text
ID=name
CLASS=class name (or list)
STYLE=style
TITLE=text
This page © Copyright 1999 Marjolein Katsma |